Skip to content

Commit

Permalink
slice_width and slice_height definition update
Browse files Browse the repository at this point in the history
More coherency with slice_x and slice_y definitions.
  • Loading branch information
JeromeMartinez authored and michaelni committed May 20, 2016
1 parent 0dbf0e7 commit 23a953b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffv1.md
Expand Up @@ -593,10 +593,10 @@ Inferred to be 0 if not present.
**slice_y** indicates the y position on the slice raster formed by num_v_slices.
Inferred to be 0 if not present.

**slice_width** indicates the width on the slice raster.
**slice_width** indicates the width on the slice raster formed by num_h_slices.
Inferred to be 1 if not present.

**slice_height** indicates the height on the slice raster.
**slice_height** indicates the height on the slice raster formed by num_v_slices.
Inferred to be 1 if not present.

**quant\_table\_index\_count** is defined as 1 + ( ( chroma_planes || version \< 4 ) ? 1 : 0 ) + ( alpha_plane ? 1 : 0 ).
Expand Down

0 comments on commit 23a953b

Please sign in to comment.